.card-body {
    text-align: center;
    border: 2px solid #1e3451;
    margin-bottom: 30px;
    border-width: 8px;
    border-style: double;
    border-radius: 16px;
    padding-left: 50px;
    padding-right: 50px;
    padding-bottom: 30px;
}

.card-title {
    text-align: center;
    font-weight: 800;
    color: #1e3451;
    font-family: "OpenSans", sans-serif;
    margin-top: 50px;
}

#panelOne {
    animation-duration: 1s;
    animation-name: slidein;
    min-height: 350px;
}
iframe.video-one {
    height: 370px !important;
    width: 465px !important;
}
.video-one {
    animation-duration: 1s;
    animation-name: slidein;
}
.video-two {
    animation-duration: 1s;
    margin-top: -15px;
    animation-name: slidein;
}
iframe.video-one {
    height: 370px;
    width: 440px;
}

a#btn1 {
    background: #1E3451;
    color: #fff;
    margin-top: 100px;
}

img.img-one {
    width: 25%;
    margin-right: 30px;
}

@keyframes slidein {
    from {
        translate: 150vw 0;
        scale: 200% 1;
    }

    to {
        translate: 0 0;
        scale: 100% 1;
    }
}